
  

  .header-sec{
    width: 100%;
    height: 450px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.563),rgba(5, 41, 66, 0.593)),url(image/lighting/LED\ Linear\ Light\ head\ img.jpg);
    background-position: center;
    background-size: 100% 100%;
    margin-top: -160px;
  }
    .header-sec h1{
      font-size: 50px;
      text-align: center;
      color: #fff;
      padding-top: 300px;
      text-shadow: 5px 3px 2px rgb(0, 0, 0)
    }
    
    
    .head-text{
      max-width: 1500px;
      margin: auto;
      display: flex ;
      flex-wrap: wrap;
      padding: 50px 20px;
      justify-content: space-evenly;
    
    }
    .head-text .box{
      width: 45%;
      border-radius: 20px;
      box-shadow: 0 0 20px gray;
      padding: 30px;
      padding-left: 30px;
      margin-top: 20px;
      font-family: Arial, Helvetica, sans-serif;
    }
    .head-text .box ul{
      margin-top: 10px;
    }
    
    
    .imagesection{
      max-width: 1500px;
      margin: auto;
    
    }
    .imagesection img{
      width: 100%;
    }


  /*Responsive*/
  @media screen and (max-width: 800px) {
    .headersection{
      padding-left: 10px;
      padding-right: 10px;
  }
  .headersection .header-icons a{
      margin-top: 10px;
  }
.header-contact{
  display: none;
}

    .head-text .box{
      width: 90%;
    }

    .header-sec{
        background-size: 150% 100%;

    }
  
  
  
    }